home *** CD-ROM | disk | FTP | other *** search
/ Workbench Designer 2 / Workbench Designer 2.iso / workbench-tools / hfremove / hfremove.doc < prev    next >
Encoding:
Text File  |  1997-07-24  |  3.7 KB  |  139 lines

  1. Short documentation to HFRemove
  2. -------------------------------
  3. Disclaimer
  4. ~~~~~~~~~~
  5. HFRemove is Copyright 1996-97 by Jens Weyer of
  6. Infinity Design Software Development.
  7. This program is FREEWARE. Feel free to
  8. spread and copy it as long as no profit
  9. is charged.
  10.  
  11. The program is provided "as is". The
  12. author will not pay for any soft- or
  13. hardware damages. You use this at your
  14. own risk !
  15.  
  16. Requirements
  17. ~~~~~~~~~~~~
  18.  
  19.  Hardware:
  20.            CPU: 68000
  21.            RAM: 512 Kb
  22.             HD: Prg: No FMS: Yes
  23.             OS: 3.x
  24.  
  25.  Software:
  26.            Device:  fmsdisk.device (v3.0)
  27.            Command: Assign [Workbench]
  28.  
  29.  
  30. History
  31. ~~~~~~~
  32.   V 1.0: Written using MaxonC++ 3.10 LIGHT
  33.          first public release
  34.   V 1.1: Rewritten using MaxonC++ 4.0 PRO
  35.          second public release
  36.   V 1.2: Little bug corrected
  37.          (If the name of a device contained
  38.           spaces, the name has to be put in '"',
  39.           that the OS recognizes, that it
  40.           belongs together)
  41.   V 1.3: New function added, with it you can
  42.          remove now all mounted fms-devices
  43.          at once.
  44.          third public release
  45.   V 1.4: Program localised
  46.          fourth public release
  47.   V 1.5: New option (QUICKEXIT)
  48.          Quits the program without any
  49.          interaction with the user,
  50.          if 'Quit', CLOSEWINDOW-Gadget
  51.          is selected.
  52.          The next new ToolType is 'HFMount'
  53.          where you can specify the path
  54.          of the hfm program. So you can
  55.          launch this program while you're
  56.          working with HFRemove. (Default: C:HFM)
  57.          The new menuitem 'Info' outs the
  58.          actual device-id (HFx:) and it's name.
  59.          fifth public release
  60.  
  61. Usage
  62. ~~~~~
  63. Simply double-click the icon to start.
  64. After that a window will be opened, where
  65. you can select and remove a fms-device,
  66. if mounted.
  67.  
  68. The program can be left by clicking the
  69. menuitem 'Quit' or by clicking on the
  70. CLOSEGADGET.
  71.  
  72. The menuitem 'About' will give you some
  73. information.
  74.  
  75. The menuitem 'Info' outs the diskname of
  76. the actual device. This is very useful, if
  77. more devices were mounted and you just know
  78. their names, but not which device has what
  79. name, because the system just displays the
  80. disk-names.
  81.  
  82. The menuitem 'HFMount' let's you start the
  83. HFM program, with it you can mount the units.
  84. You can specify the path of this tool, by
  85. editing the tooltypes and alter the 'HFMount'
  86. type. Default is C:HFM.
  87. (Example: HFMount=C:HFMount)
  88.  
  89. Background
  90. ~~~~~~~~~~
  91. Once a day i discovered the HFM-archive and
  92. was very enthuiastic in using virtual floppies
  93. on my hd. So i decided to use this program in
  94. my system. But the concept had one disadvantage -
  95. i wasn't able to remove these disks from system again
  96. whithout using a shell and many commands and chars.
  97. So i wrote a little cli command, which should do
  98. all the work in one cycle. But i still had to use
  99. a shell, what i didn't like as a satisfied workbench
  100. user. So i created a gui for the command and
  101. HFRemove v1.0 was born.
  102. But i didn't like the split into two seperate
  103. programs and one of them (IFMSDR-Command) was
  104. written in a basic, what wasn't an advantage,
  105. neither for the size nor for the memory usage.
  106. So i decided to link these two parts in one
  107. program - and i think i did the work well -
  108. in version 1.1 of HFRemove...
  109.  
  110. Address
  111. ~~~~~~~
  112. Autor:
  113.       Jens Weyer
  114.       Am Mühlgraben 23
  115.       66453 Gersheim
  116.  
  117.       GERMANY
  118.  
  119.       email: stealth@sol.de
  120.              stealth-idsd@geocities.com
  121.  
  122.       hp: http://www.geocities.com/SiliconValley/Lakes/1204/
  123.  
  124. Infinity Design Software Development:
  125.       Adressen:
  126.                 s.o.
  127.  
  128.                 Reza Esmaili
  129.                 Gutenbergstr. 2
  130.                 66424 Homburg
  131.  
  132.                 GERMANY
  133.  
  134. Used programs
  135. ~~~~~~~~~~~~~
  136.    - MaxonC++ 4.0 PRO
  137.    - GadToolsBox 2.1
  138.    - SimpleCat 1.2
  139.